home *** CD-ROM | disk | FTP | other *** search
-
- MPEGSTAT.ZIP (c) 1993 by PHADE Software
- =======================================
-
- This is my DOS-port of the MPEG-filter called "mpegstat".
-
- It was compiled with Gnu's DOS-port of their GCC-compiler,
- called DJGCC Version 2.4.1 and NDMAKE Version 4.5. So please
- read the GNU-Licence-file 'LICENCE.GNU'.
-
- You find the DOS executable in this distribution under
- 'mpegstat.exe'.
-
-
- NEEDS and INSTALL
- -----------------
-
- What you need to build the executable is the GCC 2.4.1 for
- DOS (DJGCC) installed, NDMAKE 4.5 (make for DOS; the executable
- has to be named MAKE.EXE, MAKE.INI has to be in the Path) and
- a DOS-port of the Unix-Utility RM named RM.EXE.
-
- Cause of DJGCC, the final executable is not running under
- DPMI (so not in a Windows-DOS-Box) nor on a 286-machine.
-
- The Gnu-environment-executable 'GO32.EXE' has to be somewhere
- in the PATH. If running on a 386, the GNU-387-emulationfile
- 'EMU387' has to be, where the environment variable GO32 is
- pointing to, so if the emu-file is in D:\LIB enter:
-
- set GO32=emu d:/lib/emu387
-
- That should do ...
-
-
- INSTALL
- =======
-
- So, if you have GCC 2.4.1 and NDMAKE 4.5 installed and RM.EXE
- and CMP.EXE available enter the following to build the executable
- in the distribution-directory (takes about 5 min. on a 486):
-
- make
- copy mpegstat.exe \ # or whereever you want it
- make clean
-
-
- That should do, Phade
-
- ----------------------------------------------------
- PHADE SOFTWARE Leibnizstr. 30, 10625 Berlin, GERMANY
- Inh. Frank Gadegast Fon/Fax: +49 30 3128103
-
- phade@cs.tu-berlin.de phade@contrib.de
-
-